home *** CD-ROM | disk | FTP | other *** search
- global gpicnum, gsumnum, oldt, chkbtn, vlist, oldvoicenum, oldmusicnum, waitt, gsp, alist, alistsum, gtime, gmlist, gpiclist, am, gslideh, gtemptime, grollflg, gslideh29, gvlist, gsoundlevel, gtlist, gtrans, gtranno, picnum, gmdflg
-
- on exitFrame
- if mouseDown() then
- set gmdflg to 1
- end if
- set picnum to item 1 of line gpicnum of vlist
- set the fileName of cast 1 to picnum
- set the locH of sprite 2 to 0
- set the locV of sprite 2 to 0
- set the castNum of sprite 2 to 1
- if (gtranno = 27) or 28 then
- puppetTransition(gtranno, gtrans, 1)
- else
- puppetTransition(gtranno, gtrans, 5)
- end if
- updateStage()
- if mouseDown() then
- set gmdflg to 1
- end if
- go(the frame + 1)
- end
-